From: Richard M. Stallman Date: Sun, 1 Mar 2009 12:42:23 +0000 (+0000) Subject: (DATA_SEG_BITS, XUINT, XSET): Definitions disabled. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1470 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4fc0941dcf8ebca410ad24b582d9201ae5f5e93e;p=emacs.git (DATA_SEG_BITS, XUINT, XSET): Definitions disabled. --- diff --git a/src/m/mips.h b/src/m/mips.h index 09487b4596e..b361c9aa010 100644 --- a/src/m/mips.h +++ b/src/m/mips.h @@ -50,9 +50,13 @@ NOTE-END */ #define TEXT_START 0x00400000 #define DATA_START 0x10000000 -#define DATA_SEG_BITS 0x10000000 +#if 0 /* These definitions were advantageous when not using + USE_LSB_TAG. With that, they get ignored but cause errors. */ + +#define DATA_SEG_BITS 0x10000000 + /* The standard definitions of these macros would work ok, but these are faster because the constants are short. */ @@ -65,3 +69,6 @@ NOTE-END */ /* arch-tag: 8fd020ee-78a7-4d87-96ce-6129f52f7bee (do not change this comment) */ + +#endif /* 0 */ +